home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 17164 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  354 b 

  1. From: MTROY@msn.com (MATTHEW MALMIN)
  2. Subject: using pow ( power command (n^m))
  3. Date: 14 Apr 96 00:50:19 -0700
  4. Message-ID: <00001a81+0000b20f@msn.com>
  5. Path: news.msn.com!msn.com
  6. Newsgroups: comp.lang.c++
  7. Organization: The Microsoft Network (msn.com)
  8.  
  9. how do you use the pow command?
  10. i want to do this 
  11. total = total ^ num;
  12. how do i do this command in c++
  13.